CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kd tree matlab

搜索资源列表

  1. kdtree

    0下载:
  2. kd树的实现,用到matlab-kd tree realization used Matlab
  3. 所属分类:其它

  1. bwdistsc

    0下载:
  2. This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST implementation of search on opti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:49720
    • 提供者:fangfei
  1. kdtree

    1下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:105469
    • 提供者:yangronghao
  1. kdtree

    0下载:
  2. 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:302547
    • 提供者:翟乐
  1. kd_tree

    0下载:
  2. 一个高效的k-d tree实现,可以广泛的应用与图形图像处理。-K nearest neighbor search based on KD-tree
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:24470
    • 提供者:南亮亮
  1. kdtree

    0下载:
  2. 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:116082
    • 提供者:徐军
  1. knnsearch

    0下载:
  2. 寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing. The code was initially
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3255
    • 提供者:刘晓红
  1. CVPR10_FastMatting

    0下载:
  2. This is a paper discribing a fast matting method. It uses a large kernal matting laplacian. A KD-Tree trimap segmentation is also used to decide the size of the kernal.
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2643446
    • 提供者:yao
  1. kdtree1.2

    0下载:
  2. kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented inclu
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:132560
    • 提供者:yaoyao
  1. kdtree_in_matlab

    0下载:
  2. kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:60815
    • 提供者:yaoyao
  1. BOS_NLTV_v1

    0下载:
  2. kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6211404
    • 提供者:luyang
  1. kdtree

    0下载:
  2. kd 近邻查找. 一般用在图像拼接等领域-k-d tree to find the nearest one
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:115086
    • 提供者:alisha
  1. k_d-tree-

    0下载:
  2. k-d tree的matlab与VC混合实现,可直接使用-using matlab and VC mix programming to realize kd tree.can be used used directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:127234
    • 提供者:
  1. kdtree

    0下载:
  2. 用matlab进行图像拼接时,可以用到的程序,或可参考。K-D树。我没看懂-Using matlab for image stitching, you can use a program, or a reference. KD tree. I did not understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:301599
    • 提供者:余金
  1. kdtree_3

    0下载:
  2. here is matlab code for Kd tr-here is matlab code for Kd tree
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:60696
    • 提供者:Shubham
  1. kdtree11

    0下载:
  2. 用matlab编写的关于Kd树算法,很实用的-About using matlab Kd tree algorithm, a very practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:115146
    • 提供者:宁宁
  1. kdtree-realization

    0下载:
  2. K-d树实现。采用matalb和C++混合编译的方式实现。-kdtree provides a minimalistic implementation of kd-tree. The implementation can be used either inside MATLAB by means of MEX calls, or as a standalone tool, directly a C/C++ program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:171219
    • 提供者:王淑丹
  1. knn

    0下载:
  2. KNN分类器的MATLAB代码,速度快效果好,适合初学者使用。-KNN search without using any gancy data structure, such as kd-tree. However, it is the fastest knn matlab implementation I ever found.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:赵子龙
  1. kd_buildtree

    0下载:
  2. 以matlab2014a为实验平台实现KD树算法。可以参考。-protect KD tree in matlab 2014 a.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:杨佐
搜珍网 www.dssz.com